﻿NAI = {
	MAX_NUMBER_OF_COURTS_TO_SEARCH_FOR_SPOUSES = {		# Number of courts that are searched for spouse candidates, per tier.
		0
		0
		32
		32
		32
		32
	}
	
	MAX_NUMBER_OF_SPOUSE_CANDIDATES = {					# Number of spouse candidates before the search is aborted, per tier.
		0
		0
		64
		64
		64
		64
	}
}